home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / Python151_Src.lha / Python1.5_Source / Parser / protos / intrcheck_protos.h next >
Text File  |  1998-01-26  |  89b  |  6 lines

  1.  
  2. /* intrcheck.c */
  3. void PyOS_FiniInterrupts ( void );
  4. void PyErr_SetInterrupt ( void );
  5.  
  6.